SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 35613: Hash data set load fails when reading SAS data set

DetailsAboutRate It

A SAS data set read using Cross Environment Data Access (CEDA) and has integrity constraints defined directly cannot be loaded directly into a HASH table DATASET parameter of the DECLARE statement.

The following message is the result:

   WARNING: Integrity constraints cannot be processed for
            file (SAS data set name ) because its encoding does not
            match the session encoding or the file is in a format
            native to another host, such as HP_UX_64, RS_6000_AIX_64,
            SOLARIS_64, HP_IA64.

   ERROR: Hash data set load failed at line nnn column nn.

   ERROR: DATA STEP Component Object failure.  Aborted during the
          EXECUTION phase.
    Known work-arounds:
  1. Use the SET statement to read the data set and the ADD method to build the hash table.
  2. Copy the original SAS data set to the WORK library, load the HASH table from the WORK data set.


Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASMicrosoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M39.3 TS1M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.1 TS1M39.3 TS1M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.1 TS1M39.3 TS1M0
Microsoft Windows XP 64-bit Edition9.1 TS1M39.3 TS1M0
Microsoft Windows 2000 Advanced Server9.1 TS1M3
Microsoft Windows 2000 Datacenter Server9.1 TS1M3
Microsoft Windows 2000 Server9.1 TS1M3
Microsoft Windows 2000 Professional9.1 TS1M3
Microsoft Windows NT Workstation9.1 TS1M3
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M39.3 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M39.3 TS1M0
Microsoft Windows Server 2003 Standard Edition9.1 TS1M39.3 TS1M0
Microsoft Windows XP Professional9.1 TS1M39.3 TS1M0
Windows Vista9.1 TS1M39.3 TS1M0
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.